home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / XnView / XnView-win-full.exe / {app} / ReadMe.txt < prev    next >
Text File  |  2001-01-25  |  9KB  |  263 lines

  1.                        Nview, Nconvert & View2 v2.97
  2.                               XnView v1.19
  3.  
  4.                    Copyright (c) 1991-2001 Pierre-E Gougelet
  5.                            All Rights Reserved.
  6.  
  7.  
  8.  
  9. Disclaimer
  10. ==========
  11.  
  12.   This software is provided "as-is", without any express or implied warranty.
  13.   You are granted the right to use and to make an unlimited number
  14.     of copies of this software.
  15.  
  16.   Commercial use and distribution is not authorized without agreement.
  17.  
  18.  
  19.   This software is based in part on the work of the Independent JPEG Group.
  20.   This software is based in part on the work of the Group 42 Inc.
  21.   This software is based on compression library of Jean-loup Gailly and Mark Adler.
  22.  
  23.  
  24. Homepage
  25. ========
  26.  
  27. E-Mail:         webmaster@xnview.com
  28.                 pierre.g@wanadoo.fr
  29.  
  30. Web site :      http://www.xnview.com
  31.                 http://www.xnview.fr.st
  32.                 http://perso.wanadoo.fr/pierre.g
  33.  
  34. Download :      http://perso.wanadoo.fr/pierre.g/download
  35.                 http://3dfr.free.fr/download
  36.  
  37. NewsGroup :     news://news.zoo-logique.org/xnview
  38.  
  39.  
  40. Platforms
  41. =========
  42.  
  43.   ATARI ST, STe, Falcon, TT and compatible
  44.   PC x86 DOS
  45.   PC x86 Windows 3.1x, 95, 98, NT & 2000
  46.   PC x86 Linux v2.x (X Windows & Lesstif/Motif)
  47.   PC x86 FreeBSD v3.x (X Windows & Lesstif/Motif)
  48.   Silicon Graphics IRIX v5.2 and above
  49.   Sun Solaris v2.5.1 and above
  50.   Solaris x86 v8.0
  51.   HP-UX v11.0 and above
  52.   AIX v4.2 and above
  53.   BeOS v5.0 and above
  54.  
  55.  
  56. NVIEW
  57. =====
  58.  
  59. Nview is a multi-format viewer. 
  60.  
  61.   Type nview -help for available option. 
  62.  
  63.  
  64. About Nview for PC under DOS:
  65. -----------------------------
  66.  
  67.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  68.     The only mode available is 320x200x8 if your video card doesn't 
  69.     support Vesa mode. 
  70.   
  71.   For a complete description of the available mode on the display, type
  72.     nview -help (and use it with -d option's)
  73.   
  74.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  75.   
  76.   With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
  77.     (Example: nview -p640x480x24 back.gif)
  78.     -p0x0x0 choose the best display for the bitmap. 
  79.  
  80.  
  81. About Nview for X Windows:
  82. --------------------------------------
  83.  
  84.   Nview take the default visual for displaying the bitmap. You can use 
  85.     -visual id (id is the visual number seeing with nview -help).
  86.   
  87.   By default, nview display the bitmap and wait for a mouse click or Escape. 
  88.     With the -w, Nview create one window per bitmap. 
  89.  
  90.   Nview works with pipe, in this case the input format must be specified: 
  91.     cat img.tga | nview -f2 stdin
  92.  
  93.  
  94. NCONVERT
  95. ========
  96.  
  97. Nconvert is the multi-format converter. 
  98.  
  99.   Type nconvert -help for available option. 
  100.  
  101.  
  102.   To convert files in a specific format, type for example :
  103.       nconvert -out 5 file1.pic file2.jpg file3.tga
  104.     or
  105.       nconvert -out tiff file1.pic file2.jpg file3.tga
  106.   
  107.   With a resize :
  108.       nconvert -out jpeg -ratio -resize 480 0 *.jpg
  109.       nconvert -out jpeg resize 640 480 *.jpg
  110.   
  111.   The input format is not necessary. If a problem occurs, use the -in option. 
  112.   
  113.   Nconvert is able to make transformation
  114.  
  115.     * To convert GIF files to JPEG files : 
  116.         nconvert -out jpeg -truecolors *.gif
  117.     
  118.     * To convert JPEG files to GIF files : 
  119.         nconvert -out gif -dither -colors 256 *.jpeg
  120.     
  121.     * To resize :
  122.         nconvert -out tga -resize 510 230 *.jpeg
  123.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  124.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  125.         nconvert -out tga -resize 200% 200% *.jpeg
  126.     
  127.   You can use it with image's sequence. 
  128.     For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  129.       we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  130.         nconvert -out jpeg -o res#.jpg file##.pic
  131.  
  132.   You can use % to specify source filename in dest filename.
  133.     For example, nconvert -out jpeg -o result_%.jpg file.tga
  134.       create a filename result_file.jpg
  135.  
  136.  
  137. XnView (Extended Nview)
  138. =======================
  139.  
  140. About XnView for X Windows:
  141. ---------------------------
  142.  
  143.   XnView requires OSF/Motif 1.2 or later. 
  144.   
  145.   Type xnview -help for available option. 
  146.   
  147.   XnView take the default visual for displaying the bitmap. You can specify 
  148.     an X visual id (in hexadecimal) with '-visualid id'.
  149.   
  150.   
  151.   Linux/FreeBSD/OpenBSD Version:
  152.   -----------------------------
  153.   
  154.     XnView requires Linux 2.0.x, XFree86-3.2 and Lesstif 0.91 or openMotif 2.1.30
  155.     
  156.     Lesstif is available from the following URL's
  157.  
  158.     http://www.lesstif.org/products/lesstif/
  159.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  160.  
  161.  
  162.   Credits:
  163.   -------
  164.     Solaris version : Tobias Oetiker
  165.     HP-UX version   : Philippe Choquert
  166.     AIX version     : Philippe Choquert
  167.  
  168.  
  169. About XnView for Windows (x86):
  170. -------------------------------
  171.  
  172.   XnView for windows requires Windows 3.x with Win32s, or Windows 95/98/NT/2000. 
  173.  
  174.  
  175.   Windows 3.1x users note:
  176.   -----------------------
  177.     You'll need the last release of win32s for Microsoft Windows 3.1x 
  178.       and Windows for Workgroup 3.1x. 
  179.  
  180.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  181.       you already have win32s. This file contains the version information. 
  182.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  183.       you don't have to reinstall win32s. 
  184.  
  185.     Win32s v1.30c can be downloaded via 
  186.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  187.  
  188.   
  189.   Credits:
  190.   -------
  191.     German translation       : Axel C. Burgbacher, Helmut Mueller
  192.     Italian translation      : Alexandro F.Proietti, Armando R. La Mura
  193.     Russian translation      : Igor Alikin, Alexander Gorbylev
  194.     Spanish translation      : Jorge A. Montes PΘrez
  195.     Swedish translation      : Mσrten Mellberg
  196.     Estonian translation     : Ahti Kaskpeit
  197.     Dutch translation        : Michiel Oosterhagen
  198.     Czech translation        : Petr Bohdan
  199.     Portuguese (Brazilian) translation : Paulo Neto
  200.     Portuguese translation   : Ant≤nio Eduardo Marques
  201.     Hungarian translation    : Jozsef Herczeg
  202.     Danish translation       : Allan Bergmann Jensen
  203.     Polish translation       : Sergiusz Klimkiewicz
  204.     Greek translation        : Symeon Charalabides
  205.     Bulgarian translation    : Denis Ivajlov
  206.     Slovak translation       : Lucas Sivak
  207.     Japanese translation     : Yong Wei
  208.     Slovene translation      : Grega Fajdiga
  209.     Byelorussian translation : Alexander Gorbylev
  210.     Arabic translation       : Mohammad Deeb
  211.     Ukrainian translation    : Taras Domansky
  212.     Chinese (simplified & traditional) translation : Alexander Yang
  213.     Romanian translation     : Ioan Russu
  214.     Korean translation       : Kim Wooyoung
  215.     Catalan translation      : Jes·s Corrius
  216.     Finish translation       : Jouni Paulus
  217.  
  218.     Beta-tester              : Claude Charries, Pierre Kueny, Michael O'Leary, Laurent Olivares
  219.  
  220.  
  221. About Unix version:
  222. ------------------
  223.  
  224.   You will need to set the 
  225.     * LD_LIBRARY_PATH (Irix, Linux, FreeBSD) 
  226.     * SHLIB_PATH (HP-UX)
  227.     * LIBPATH (AIX)
  228.     * LIBRARY_PATH (BeOS)
  229.     environment variable with the path where the libraries are. 
  230.  
  231.   By default 'install' put the libraries in /usr/local/lib. 
  232.  
  233.  
  234. About LuraWave & LuraDocument format:
  235. ------------------------------------
  236.   All images compressed with XnView LuraWave PlugIn should only be used for private 
  237.     or evaluation purposes. Any other corporate or commercial use needs to licenced by LuraTech GmbH.
  238.  
  239.   By compressing an image using the XnView LuraWave PlugIn, you accept this license agreement.
  240.  
  241.   LuraTech Homepage : http://www.luratech.com
  242.  
  243. Copyright:
  244. ---------
  245.  
  246.   LibJPEG 6b - http://www.ijg.org
  247.     This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved 
  248.  
  249.   PNGLib 1.0.8 - http://www.libpng.org/pub/png/
  250.     Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. (libpng versions 0.5, May 1995, through 0.89c, May 1996)
  251.     Copyright (c) 1996, 1997 Andreas Dilger (libpng versions 0.90, December 1996, through 0.96, May 1997)
  252.     Copyright (c) 1998, 1999 Glenn Randers-Pehrson (libpng versions 0.97,January 1998, through 1.0.5, October 15, 1999)
  253.  
  254.   Zlib 1.1.3 - http://www.cdrom.com/pub/infozip/zlib/
  255.     Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler 
  256.  
  257.   ECW Compression (c) Earth Resource Mapping Ltd
  258.   DjVu (c) AT&T Corp
  259.  
  260.   J Wavelet Image Codec based on work of Sasha Chukov
  261.   JIF format (c) Jeff Tupper
  262.  
  263.